home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  145 b   |  8 lines

  1. on(release){
  2.    _root.speedPlus = 0.5;
  3.    _root.speedMax = 5;
  4.    _root.speedMin = -5;
  5.    _root.size = 55;
  6.    _root.gotoAndStop("lvl1");
  7. }
  8.